Enable metrics#136
Enable metrics#136openshift-merge-robot merged 2 commits intoopenshift:masterfrom Danil-Grigorev:enable-metrics
Conversation
go.mod
Outdated
| sigs.k8s.io/yaml v1.2.0 | ||
| ) | ||
|
|
||
| replace github.com/openshift/machine-api-operator => github.com/Danil-Grigorev/machine-api-operator v0.2.1-0.20200604073207-04068f243c6b |
There was a problem hiding this comment.
I'd prefer this to be moved back to master openshift before merge
Hold until we can identify whether this is absolutely necessary
/hold
|
/hold Waiting on openshift/machine-api-operator#590 |
|
/hold cancel |
|
/retest |
|
@Danil-Grigorev Seems there's a conflict, could you fix that then I'll give another review |
go.mod
Outdated
| replace ( | ||
| sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20200618031251-e16dd65fdd85 | ||
| sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20200618001858-af08a66b92de | ||
| sigs.k8s.io/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20200617145800-5c21c4940146 |
There was a problem hiding this comment.
why is this needed at all? gcp repo is not even a fork.
|
why is this commit called "Add health checks"? |
|
this needs rebase. |
- Include PR openshift/machine-api-operator#609 introducing metrics support
|
/retest |
1 similar comment
|
/retest |
|
@enxebre @JoelSpeed @alexander-demichev I'd like to merge those today. Please approve and LGTM |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Working on https://issues.redhat.com/browse/OCPCLOUD-784
This PR is adding support for reporting following prometheus metrics and also starting controller-runtime metrics server to make these metrics available for prometheus servers:
mapi_instance_create_failed: Total count of "create" cloud api errorsmapi_instance_update_failed: Total count of "update" cloud api errorsmapi_instance_delete_failed: Total count of "delete" cloud api errorsLabels on these metrics (for Azure):
Depends on PR openshift/machine-api-operator#609 introducing metrics support